home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 106 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  25.2 KB

  1. Path: senator-bedfellow.mit.edu!faqserv
  2. From: rsutc@twu.ca (Rick Sutcliffe, Modula-2 FAQ maintainer)
  3. Newsgroups: comp.lang.modula2,comp.answers,news.answers
  4. Subject: Modula-2 FAQ/part1
  5. Supersedes: <computer-lang/Modula2-faq/part1_821029120@rtfm.mit.edu>
  6. Followup-To: comp.lang.modula2
  7. Date: 20 Jan 1996 01:30:29 GMT
  8. Organization: none
  9. Approved: news-answers-request@MIT.EDU
  10. Distribution: world
  11. Expires: 4 Mar 1996 01:28:01 GMT
  12. Message-ID: <computer-lang/Modula2-faq/part1_822101281@rtfm.mit.edu>
  13. NNTP-Posting-Host: bloom-picayune.mit.edu
  14. Summary: This file contains the answers to some commonly asked questions
  15.   about the programming language Modula-2.
  16. Keywords: languages, Modula-2
  17. X-Last-Updated: 1996/01/19
  18. Originator: faqserv@bloom-picayune.MIT.EDU
  19.  
  20. Archive-name: computer-lang/Modula2-faq/part1
  21. Version: 2.2
  22. Last-modified: 1995 12 07
  23. Posting-frequency: Monthly
  24.  
  25.                  Modula-2 Frequently Asked Questions
  26.  
  27. Whats new in version 2.2?
  28. There is some new/revised vendor and site info -- some thirty or forty
  29. additions and changes throughout. A few "new" questions are answered, and
  30. some new answers to old questions are given.  There is some new material
  31. in the Bibliography.  There seems to be a sense on comp.lang.modula-2
  32. that the language is undergoing a bit of a revival.  I should also
  33. comment that maintaining this in HTML is a LOT of extra work.
  34.  
  35. =====================================================
  36.  
  37. SUMMARY:
  38. 1. Answers to frequently asked questions about Modula-2 will be collected
  39. at Trinity Western University and included in this document from time to
  40. time as it is revised.
  41.  
  42. 2. Submissions should be mailed to -- rsutc@twu.ca
  43. Anyone making a submission guarantees that they have the right to do so
  44. (copyright holder, or information in the public domain.) and that the
  45. information is not from any source whose copyright lies with another.
  46.  
  47. 3. I will update this summary file and post to the newsgroups
  48. comp.lang.modula2 and to comp.answers and news.answers
  49.  
  50. 4. The latest version will always be available in a Nisus (Mac) form in
  51. ftp://FTP.twu.ca/FTP/pub/modula2/FAQ The folder modula2 has a variety of
  52. other materials. This version of the FAQ is readible as text by other
  53. word processors, but without any formatting. It is also available from
  54. the site rtfm.mit.edu in plain text form as
  55. file://rtfm.mit.edu/pub/usenet-by-group/comp.answers/computer-
  56. lang/Modula2-faq/part1 and as file://rtfm.mit.edu/pub/usenet-by-
  57. group/comp.answers/computer-lang/Modula2-faq/part2
  58.  
  59. 5. An automatically generated .html version of the FAQ is available as
  60. http://www.cis.ohio-state.edu/hypertext/faq/usenet/computer-lang/Modula2-
  61. faq/part1/faq.html
  62. and
  63. http://www.cis.ohio-state.edu/hypertext/faq/usenet/computer-lang/Modula2-
  64. faq/part2/faq.html
  65. In addition, the main HTML version will be maintained at ftp.twu.ca, as
  66. ftp://FTP.twu.ca/FTP/pub/modula2/m2faq.html
  67.  
  68. =====================================================
  69.  
  70. CONTENTS:
  71. Part 1
  72. 1. WHAT IS MODULA-2?
  73. 2. WHERE IS MODULA-2 DISCUSSED?
  74. 3. WHERE CAN I GET MODULA-2 COMPILERS?
  75. Part 2
  76. 4. WHERE CAN I GET SOURCE CODE, OTHER INFO?
  77. 5. SPECIFIC QUESTIONS ON CODE AND ALGORITHMS
  78. 6. WHAT ARE SOME REFERENCE MATERIALS ON MODULA-2?
  79. 7. REVIEWS
  80. Appendix: AUTHOR INFORMATION AND DISCLAIMERS
  81.  
  82. =====================================================
  83.  
  84. 1. WHAT IS MODULA-2?
  85. A. Modula-2 is a programming notation that corrects some of the
  86. deficiencies of Pascal. It is suitable for learning programming, for
  87. large projects written and maintained in the fashion of professional
  88. software engineers, and for real time embedded systems.
  89.  
  90.  
  91. 1.1 Who developed Modula-2?
  92. A. Modula-2 was developed by Niklaus Wirth at ETH in Zurich, Switzerland
  93. in the late 70's. Wirth also developed Pascal and Oberon.
  94. see: http://www.stfx.ca/people/jandrea/m2/nwirth/
  95.  
  96.  
  97. 1.2 Where is this language described?
  98. A. In Programming in Modula-2 3rd edition published by Springer-Verlag in
  99. 1985. For the purposes of distinguishing this from later variants, this
  100. description will be referred to herein as classical Modula-2.
  101.  
  102.  
  103. 1.3 How do you pronounce Herr Wirth's name?
  104. A. It is incorrect to call him by his value (worth.) Instead his name is
  105. veart.
  106.  
  107. 1.4 Can I get a simple introduction to ISO Modula-2?
  108. Yes, at http://www.twu.ca/faculty/fnas/math/rsbook/Welcome.html
  109. Mirrors: http://eiunix.tuwien.ac.at/Modula-2/rsbook/
  110.  
  111.  
  112. 1.5 How does Modula-2 fit into the language zoo?
  113. A. It is a descendent of Pascal and Modula, and one predecessor of
  114. Modula-2+, Modula-2*, Modula-3, Oberon, Oberon-2, and various object
  115. oriented versions of these. The latter languages are not replacements for
  116. Modula-2, merely later notations in the same family, having strengths and
  117. weaknesses of their own. Modula-2 is sometimes classified with Ada and C
  118. as the trio of modern languages in view of their expressive power.
  119. Modula-2 is smaller and more readable than either.
  120.  
  121.  
  122. 1.6 What are the differences between Modula-2 and Pascal?
  123. A. Modula-2 has separately compiled library modules, and makes much less
  124. use of blocks (begin...) than Pascal. Identifiers are case sensitive;
  125. there is no goto label; and I/O is in libraries rather than built in. The
  126. IF statement is more versatile; and there are facilities for concurrent
  127. programming via coroutines.
  128.  
  129.  
  130. 1.7 What is ISO Standard Modula-2?
  131. A. A committee of ISO JTC1/SC22/WG13 with delegates from several
  132. countries has met since 1987 to work on a standard description of Modula-
  133. 2 and a set of standard library modules.
  134.  
  135.  
  136. 1.7.1 What is the status of ISO Standard Modula-2?
  137. A. The international standard (IS 10514) has been voted on and will be
  138. official as soon as the comments have been attended to.
  139.  
  140.  
  141. 1.7.2 Where can I get the Modula-2 standard?
  142. A1. Contact your national standards body or the IEEE.
  143.  
  144. A2. Try looking in ftp://titania.mathematik.uni-
  145. ulm.de/pub/soft/modula/standard/draft4/
  146.  
  147. 1.7.3 What format is the standard document in?
  148. A. Latex.
  149.  
  150.  
  151. 1.7.4 Who is the convenor of the standards group (WG13)?
  152. A. Mark Woodman at m.woodman@open.ac.uk.
  153. NOTE: Mark Woodman has not been available for some time, and Kees Pronk
  154. c.pronk@twi.tudelft.nl has been appointed by SC22 as interim convenor of
  155. WG13.
  156.  
  157.  
  158. 1.7.5 Will I be able to read the standard?
  159. A1. The concrete syntax is written in a variation of EBNF (Extended
  160. Backus-Naur Formalism) and should be accessible to most.
  161.  
  162. A2. Much of the document's details are written in VDM-SL (Vienna
  163. Development Method - Specification Language) which is a formalism for
  164. giving a precise definition of a programming language in a denotational
  165. style. It is worth learning VDM-SL if you plan to write a compiler or
  166. take a course in formal methods.
  167.  
  168.  
  169. 1.7.6 Can I at least get electronic copies of the definition modules?
  170. A. Yes, in ftp://FTP.twu.ca/FTP/pub/modula2/ISOLibraries/ISODEFMods/ or
  171. ftp://titania.mathematik.uni-ulm.de/pub/soft/modula/standard/libdefs/
  172.  
  173.  
  174. 1.7.7 Can I get copies of the grammer?
  175. A1. Yes, in
  176. http://www.twu.ca/faculty/fnas/math/rsbook/Appendices/Ap3.nisus.html
  177. A2. For classical Modula-2, see also COCO (section 4.9)
  178.  
  179.  
  180. 1.8 What difference is there between classical and ISO Modula-
  181. 2?
  182. A. ISO Modula-2 has resolved most of the ambiguities in classical Modula-
  183. 2. It adds the data type COMPLEX and LONGCOMPLEX, exceptions, module
  184. termination (FINALLY clause) and a complete standard I/O library. There
  185. are numerous minor differences and clarifications.
  186.  
  187.  
  188. 1.8.1 What else is WG13 doing?
  189. A. WG13 is working on two additional standards (separate from the main
  190. one) for (a) object oriented Modula-2 and (b) generic programming
  191. facilities. A ballot is at least several months away. Various versions of
  192. the latest generics proposal are stored in the directory
  193. ftp://FTP.twu.ca/FTP/pub/modula2/WG13/
  194.  
  195. 1.9 What is (was) Turbo Modula-2
  196. A. Borland prepared CP/M versions of Modula-2 and sold them for a time in
  197. Europe (also in North America via a distributer. One of these versions
  198. later migrated to become TopSpeed Modula-2.
  199.  
  200. 1.10 Where and for what is Modula-2 used?
  201. A1. Modula-2 is widely used for teaching the fundamentals of sound
  202. programming techniques, data structures, and software engineering in many
  203. parts of the world. It is the language of choice in much of Europe. It
  204. has features that make it superior to other languages for large projects
  205. and for programming and real time controllers.
  206.  
  207. A2. Here is a message sent in by a maker of test equipment:
  208. Our BoardWizard range of test equipment has compilers,pseudo-code
  209. interpreters and a complete test operating system written in M2.  The
  210. code was written for one tester in 1987 and has been maintained from that
  211. date to the present. New tester models have added and new interface and
  212. UI code has been written, indeed sections have been completely re-written
  213. but much of the core test logic is untouched since about 1990 when I
  214. shifted to management.  Much of the code is unknown to those who maintain
  215. it - yet when i look at it after several years I can still explain it to
  216. others even though comments are sparse. I believe that that is the
  217. hallmark of a great programming language. (Emphasis added.)
  218. Dave Appleton,
  219. Technical Manager
  220. Goldtron Technologies                       Tel : (065)-870-9886
  221. (Ex- Proteq Technologies)                   Fax: (065)-777-2118
  222. 26 Ayer Rajah Crescent #07-01               www:
  223. http://www.proteq.com.sg
  224. Singapore  139944
  225.  
  226. A3. The following survey results were recently posted by Mat. Maher
  227. ssu94114@reading.ac.uk
  228. ORGANISATION              LOCATION   WORK                   COMPILER
  229. Statoil                   Norway                            StonyBrook
  230. Inst. for Space Nerology  Austria    datafile conversion    TopSpeed
  231.                                      dataviewers
  232. Boeing                    Washington Aerospace Eng.         p1(MAC)
  233. CDSS                      UK         embedded control sys.  TopSpeed
  234.                                      for submarines
  235. (self-employed)           UK         embedded Pcs and       TopSpeed
  236.                                      pc-like chips
  237. (manufacturer)            Finland,   8051 embedded control  Mod51
  238.                           S.Africa,
  239.                           Australia,
  240.                           NZ, USA
  241. Pacific Software          California Point-Of-Sale systems   -
  242. Tele-Soft                 S. Africa  Scientific CAD progs   TopSpeed
  243.                                      Databases
  244. (confidential)            UK         Instrumentation &      TopSpeed &
  245.                                      telemetry              Custom tools
  246. USA Dept. of Energy       Idaho      Reusable components    StonyBrook
  247. Idaho Nat. eng. labs                 systems programming
  248. Locheed Idaho technologies company
  249. Applied software resuse Products
  250. GiaStar Ltd               UK         Satcoms/Comms. Elect.  TopSpeed
  251.                                      design & m/facture.
  252. University of Reading     UK         Teaching,embedded ctrl  TopSpeed
  253. University of Loughborough UK                               StonyBrook
  254. and Hertsfordshire                                          TopSpeed
  255. (sole trader)             UK         Electronic Design      TopSpeed
  256. Atomic Energy of Canada   Canada     Shutdown system for    prototype in
  257. Ltd. (AECL)                          nuclear reactor        TopSpeed
  258.                                                          final version in
  259.                                                          Hicross (HiWare)
  260. Wallac Oy                 Finland    beta/gamma counters    Logitech,
  261.                                      control & data acquis. Multiscope
  262. Inspectron AG             Switzerland remote surveillance   Logitech,
  263.                                                             Multiscope
  264. Bank of New York          USA        funds transfer &       Terra
  265. Dutentechnik
  266.                                      customer enquirys      (VAX/VMS)
  267. (freelance)                          Motorola IC production Logitech
  268.                                      line tools. (Asia)
  269. Dexdyne Ltd               UK         Single-board Pcs &     TopSpeed
  270.                                      applications.
  271. (freelance)               Australia  Shareware              p1 (mac)
  272. Multi-Master AS           Norway     Embedded systems,      Logitech,
  273.                                      remote control & acquis. Multiscope
  274. (confidential)                       room acoustic sim &    TopSpeed
  275.                                      (audio) virtual reality
  276.  
  277.  
  278. 1.12 Why do universities use Modula-2 for teaching instead of C
  279. or C++?
  280. A. Modula-2 is a type-safe language and its compilers will therefore
  281. catch many errors that otherwise show up at run time. While professional
  282. programmers need to learn C because it is commonly used, it is important
  283. to begin a discipline of deliberate, engineered programming at the
  284. outset.
  285.  
  286.  
  287. 1.13 Why is Modula-2 a good language for large commercial
  288. projects?
  289. A1. It supports modular design which reduced errors and cuts down on
  290. maintenance time.  This also allows platform dependencies to be isolated,
  291. increasing portability.
  292.  
  293. A2. see: Griffith, Laurie Modula-2 is three times less error prone than
  294. C, Proceedings of the Second International Modula-2 Conference,
  295. Loughborough University of Technology, UK, September 1991, pp 332-338.
  296.  
  297. 1.14 Where do I get information on Oberon and Modula-3?
  298. A. These languages have their own newsgroups.
  299.  
  300. ***************************************************
  301.  
  302. 2. WHERE IS MODULA-2 DISCUSSED?
  303.  
  304. 2.1 COMP.LANG.MODULA-2
  305. This is an internet newsgroup for questions, answers, and discussions on
  306. Modula-2. You may read it under this name on any machine on which you
  307. have a news account.
  308.  
  309.  
  310. 2.1.1 How do I post a message to comp.lang.modula2?
  311. A. Post it directly into that group using a news program on any computer
  312. connected to the network.
  313.  
  314.  
  315. 2.1.2 How do I retrieve old messages from comp.lang.modula2?
  316. A. Your local news server probably keeps old messages only for a few
  317. weeks. You should be able to mark the entire group as unread and browse
  318. whatever is available there.
  319.  
  320. 2.2 INFO-M2 (more or less dead)
  321. This is a remailer or mailing list on Modula-2 topics. It used to be
  322. connected to comp.lang.modula2 and share a common message base, but it is
  323. no longer, and has become somewhat dormant. You may receive the messages
  324. that go to this list by sending the following message:
  325. to: listproc@list.cren.net
  326. subject : leave this line blank
  327. body
  328. subscribe info-M2 Nellie Hacke r use your first/last names
  329. HELP this is an optional command for info on these mail lists
  330. Save the message that you get back from the list server.
  331.  
  332.  
  333. 2.2.1 How do I post a message to info-m2?
  334. A. Mail it to info-m2@list.cren.net Do not however, mail your listserv
  335. commands to this address or everybody will get them
  336.  
  337.  
  338. 2.2.2 Send a message to listproc@list.cren.net as above, with the command
  339. index info-m2 in the body. You can then send a get info-m2 logxxxx
  340. command for specific message(s), or a help command to learn how to use
  341. the listserv.
  342.  
  343.  
  344. 2.3 Compuserve
  345. If you have a Compuserve account, GO CODEPORT to join the portable
  346. programming forum.
  347.  
  348.  
  349. 2.4 Amiga lists
  350. 2.4.1 A general list for Amiga Modula2/Oberon programming.  This is
  351. available in a similar manner at amiga-m2@virginia.edu. It is not
  352. oriented toward any specific compiler.Mail to cbt-general-
  353. request@virginia.edu to subscribe.
  354.  
  355.  
  356. 2.4.2 A mailing-list for the Amiga Turbo Modula-2 Compiler written by
  357. Amritpal S. Mann. To subscribe, send a message to
  358. maillist@econet.demon.co.uk with SignOn turbo-list as the Subject. Once
  359. subscribed, you will receive a copy of all messages sent to the address
  360. turbo-list@econet.demon.co.uk.
  361.  
  362.  
  363. 2.5 Gardens Point Modula-2
  364. To join the GPM mailing list, send mail to majordomo@dstc.qut.edu.au with
  365. the subject line blank and the body
  366.  of the message containing:
  367.   subscribe gpm
  368.   info gpm
  369.   end
  370. Mail sent to gpm@dstc.qut.edu.au gets automatically forwarded to all
  371.  subscribers on the list. The development team are of course subscribers.
  372.  
  373. ***************************************************
  374.  
  375. 3 WHERE CAN I GET MODULA-2 COMPILERS?
  376.  
  377. 3.1 Where can I get commercial Modula-2 compilers?
  378.  
  379. In this section, the listings are by name of the manufacturer (marked M)
  380. or distributor (marked D.)
  381.  
  382. ACE Associated Computer Experts bv
  383. activity  M
  384. products  Compilers, Operating systems and Consultancy
  385. platforms SPARC, 68K, Transputer and more
  386. office    Van Eeghenstraat 100
  387.           1071 GL  Amsterdam
  388.           The Netherlands
  389. contact   Kees Dik
  390. e-mail    kees@ace.nl
  391. voice     +31 20 6646416
  392. fax       +31 20 6750389
  393.  
  394.  
  395. A+L AG
  396. activity  D
  397. products  Compilers, applications, and books.
  398. platforms various
  399. office    Daderiz 61
  400.           CH-2540 Grenchen
  401.           Switzerland
  402. contact   Albert Meier
  403. e-mail    aplusl@spectraweb.ch
  404. voice     +41/65/52 03 11
  405. fax       +41/65/52 03 79
  406.  
  407.  
  408. Byte Works, Inc.
  409. activity  MD
  410. products  ORCA/Modula-2 for the Apple IIGS
  411. offices   8000 Wagon Mound Dr. NW
  412.           Albuquerque NM 87120
  413. contact     Mike Westerfield
  414. voice     (505) 898-8183
  415. e-mail     MikeW50@AOL.COM
  416.  
  417.  
  418. Edinburgh Portable Compilers, Ltd
  419. activity  MD
  420. products  EPC Modula-2
  421. platforms SCO Unix V.[34],
  422.           Motorola 88000 UNIX V.[34],
  423.           SPARC UNIX & Solaris,
  424.           RS/6000 AIX
  425. office1   17 Alva Street
  426.           Edinburgh, EH2 4PH, UK
  427. contact   Kathleen Smith
  428. e-mail    support@epc.ed.ac.uk
  429. voice     +441 131 225 6262
  430. fax       +441 131 225 6644
  431. office2   20 Victor Square
  432.           Scotts Valley
  433.           California 95066, USA
  434. USA tel   1-800-EPC-1110
  435.  
  436.  
  437. Gardens Point
  438. activity  MD
  439. products  Gardens Point Modula-2
  440. platforms Various Unix, including Linux and FreeBSD, DJGPP, EMX (OS/2)
  441.             and MS-DOS (no Mac)
  442. office    Queensland University of Technology
  443.           Gardens Point Branch
  444.           2 George Street
  445.           POB 2434 Brisbane
  446.           Queensland Australia 4001
  447. contact   John Gough
  448. e-mail    GOUGH@qut.edu.au
  449. contact   Jeffrey Ledermann
  450. e-mail    lederman@dstc.qut.edu.au
  451. web       http://www.fit.qut.edu.au/CompSci/PLAS/GPM/
  452. voice     +61 7-864-2132
  453. fax       +61 7-864-1801
  454. see mail list and net sections
  455.  
  456. Mandeno Granville Electronics Ltd
  457. activity   MD
  458. products  80x51: Mod51 -  80x51 Cross Compiler, ISO extensions
  459. platforms DOS Hosted
  460. office    128 Grange Rd
  461.           Auckland 3
  462.           New Zealand
  463. contact
  464. e-mail
  465. voice     +64 9 6300 558
  466. fax       +64 9 6301 720
  467.  
  468.  
  469. Metrowerks
  470. activity  M
  471. products  standalone and MPW hosted compilers; Code Warrier environment
  472. platforms Macintosh
  473.   NOTE: Modula-2 NO LONGER SUPPORTED, but probably still available from:
  474.           Bookmasters
  475.           POB 2039 Mansfield
  476.           OH, USA 44905
  477.           Tel +1 (800) 247-6553
  478.           Fax +1 (419) 281 6883
  479. (see p1 GmbH)
  480.  
  481.  
  482. ModulaWare
  483. activity  MD
  484. prod/plat Unix (680x0, SunSparc, I386, Linux, OS/9): MCS Modula-2 V4.5
  485.           DEC VAX/OpenVMS & Alpha AXP/OpenVMS: MVR & MaX V4.0
  486.           DOS/Windows: OM2 V1.1 (Modula-2 & Oberon-2 Compiler)
  487.           DOS/Windows: Mithril V2 GUI/IDE/OOP-API for OM2
  488.           All platforms: OM2-XDS V2.06: (Oberon-2 and ISO Modula-2,
  489.           generating ANSI C, with ANSI C source of ISO Modula-2 library)
  490. office1   ModulaWare
  491.           La Chanenche
  492.           F-04340 Meolans Revel
  493.           France
  494. tel/fax   +33 92.81.30.99
  495. contact   Guenter Dotzel
  496. e-mail    100023.2527@compuserve.com
  497. office2   ModulaWare
  498.           Haselbachstr. 113
  499.           D-97653 Bischofsheim
  500.           Germany
  501. tel/Fax  +49 (9772) 7101
  502.  
  503.  
  504. Neuhoff, Juergen
  505. activity  MD
  506. products  32-bit Modula-2 with Oberon extensions (non-ISO)
  507. platforms OS/2
  508. e-mail    76721.303@CompuServe.com
  509. demo      Try:  ftp-os2.nmsu.edu/os2/dev32/MOD201H.ZIP
  510.            ftp-os2.cdrom.com
  511.            ftp.leo.org
  512.  
  513.  
  514. p1 GmbH
  515. activity  MD
  516. products  MPW and Metrowerks Code Warrier hosted ISO compliant compilers
  517. platforms Macintosh
  518. office    Hogenbergstrasse. 20
  519.           80686 Munich
  520.           Germany
  521. contact   Elmar Henne
  522. e-mail    eh@p1.space.net
  523. voice     +49 89-546 13 10
  524. fax       +49 89-580 25 97
  525.  
  526.  
  527. PMI Software
  528. activity  MD
  529. products  Modula-2 tools; dealer for Mandino Granville, XDS (see
  530. listings)
  531. platforms DOS and OS/2
  532. contact   John McMonagle
  533. office    PO Box 8402
  534.           Green Bay WI 54311
  535. voice     414-468-6040
  536. fax       414-465-0464
  537. bbs       414-465-1656
  538. e-mail    johnm@online.dct.com
  539. web       http://www.dct.com/~johnm/
  540.  
  541.  
  542. Real Time Associates Ltd.
  543. activity  D
  544. products  Compilers, books, and training courses
  545. platforms numerous
  546. office    Canning House 59
  547.           Canning Road Croyden Surrey
  548.           CR0 6QF UK
  549. voice     (+44) 081 656 7333
  550. fax       (+44) 081 655 0401
  551.  
  552.  
  553. Stony Brook Software
  554. activity MD
  555. products  Stonybrook Modula-2
  556. platforms DOS/Windows (32-bit Windows ISO compiler coming RSN)
  557. office    187 E. Wilbur, Suite 4
  558.           Thousand Oaks
  559.           CA 91360, USA
  560. contact   Norman Black
  561. e-mail    70274.611@compuserve.com
  562. voice     +1 (805) 496-5837
  563. BBS       +1 (805) 379-3357
  564.  
  565.  
  566. TERRA Datentechnik
  567. activity  D
  568. products  Logitech and ??
  569. platforms DOS
  570. office    Bahnhofstrasse 33
  571.           CH-8703 Erlenbach
  572.           Switzerland
  573. voice     +41/1/910 35 55
  574. fax       +41/1/910 19 92
  575.  
  576.  
  577. TopSpeed Corp (formerly Clarion)
  578. activity  MD
  579. products  Topspeed Modula-2
  580.           CDBW (has Windows VID, can link with TopSpeed M2
  581.           Windows debugger WID available on Compuserve or on BBS)
  582. platforms DOS, DOS Extender, MS-Windows 3.1 (with some work)
  583.           OS/2
  584. Plans:    (According to rumour) will sell Modula-2 only as an add-on to
  585.             Clarion for Windows and not as a separate product.
  586. office1   Clarion Software (Europe) Ltd.
  587.           Clare House, Thompsons Close
  588.           Harpenden, Herts, UK, AL5 4ES
  589. voice    +441 582 763 200
  590. fax      +441 582 768 222
  591. tech sup +441 582 763 999
  592. BBS      +441 582 763 666
  593. office2   150 East Sample Road
  594.           Pompano Beach
  595.           FL  USA 33064
  596. voice    1-800-354-5444 (free call in US)
  597. voice2   1-305-785-4555 EXT. 105
  598. fax      1-305-946-1650
  599. BBS      1-305-785-2594
  600. retail   http://www.singnet.com.sg/customers/cirrus/cirrus1.htm
  601.  
  602. xTech
  603. activity  M
  604. products  XDS Modula-2/Oberon-2 to ANSI C translator
  605. platforms many
  606. e-mail    ned@iisnw.iis.nsk.su
  607.           xds@iis.nsk.su
  608.           see ModulaWare and PMI (above) for product availability
  609. A free evaluation kit for pc/dos is available as xds from
  610.  ftp://ftp.sun.ac.za/pub/oberon/om2-xds
  611. ftp://ftp.itek.norut.no/pub/torbjorn/xdsnc207.zip
  612. http://andy.iis.nsk.su/pub/xds/xdsnc207.zip (slow)
  613. ftp://ftp.dct.com/pub/pmi
  614.   XDS_man_ps.zip          postscript version of the manual
  615.   XDS206msdosDEMO.zip     msdos demo
  616.   XDS206os2DEMO.zip       os/2 demo
  617.   XDS205macDEMO.zip       Mac demo
  618. Optimizing O2/M2 compiler for Linux (as well as for MS-DOS, Win95 &etc.)
  619.  is outcoming in few weeks.
  620. Information is also in
  621. http://www.dct.com/~johnm/xds.htmlhttp://www.dct.com/~johnm/xtech.html
  622.  
  623. 3.2 Where can I get a free/shareware compiler on the net?
  624. Note:  A net project to produce an OS/2 version of Modula-2 has
  625. apparently died in the light of impending commercial releases.
  626.  
  627. Fitted Software Tools Modula-2 for DOS
  628.   ftp://ftp.psg.com/pub/modula-2/fst/fst-35s.lzh
  629.   ftp://cs.ru.ac.za/pub/languages/fst-35s.lzh
  630. P. O. Box 867403 Plano, TX 75023 USA
  631. contact: Roger Carvalho
  632. e-mail:  rogerc@metronet.com
  633.  
  634. Gardens Point Modula-2 for DOS, Linux and FreeBSD
  635.   ftp://pluto.fit.qut.edu.au/pub/gpmftp://ftp.fit.qut.edu.au//pub/gpm_mod
  636. ula2/  ftp://ftp.psg.com/pub/modula-2/gpm
  637. (The EMX version runs under OS/2 in protected mode and can be used to
  638. generate OS/2 PM applications. It relies on the GNU tools from the EMX
  639. package ported by Eberhard Mattes mattes@azu.informatik.uni-stuttgart.de
  640. which can be found at: ftp.uni-stuttgart.de/pub/systems/os2/ and various
  641. other mirror sites.
  642.  
  643. MacLogimo for the Macintosh
  644.   ftp://ftp.psg.com/pub/modula-2/mac/maclogimo/
  645.  
  646. MacMETH Modula-2 for Macintosh
  647.   ftp://ftp.inf.ethz.ch/pub/macmeth/
  648.   ftp://ftp.psg.com/pub/modula-2/mac/macMETH/
  649.  
  650. MOCKA - Modula Compiler Karlsruhe
  651.   Universitaet Karlsruhe
  652.   Institut fuer Programm- und Datenstrukturen
  653.   Vincenz-Priessnitz-Strasse 3
  654.   D-76128 Karlsruhe (FRG)
  655.   Phone: *-49-721-608 6088        FAX: *-49-721-691462
  656.   contact: Juergen Vollmer
  657.   email: [modula|vollmer]@ipd.info.uni-karlsruhe.de
  658.  
  659.   SUN 4        | SUN OS              | SPARC               |
  660.   SUN 4        | Solaris2.x/SunOS 5.0| SPARC               |
  661.   DEC Station  | ULTRIX              | R3000, R2000 (MIPS) |
  662.   Silicon      | IRIX                | R3000, R2000 (MIPS) |
  663.     Graphics   |                     |                     |
  664.   Sony NEWS    | News                | MC 68020 with 68881 |
  665.   SUN 3        | SUN OS              | MC 68020 with 68881 |
  666.   HP 9000/300  | HPUX                | MC 68020 with 68881 |
  667.   HP 9000/700  | HPUX                | C back end          |
  668.   RS6000       | AIX                 | C back end          |
  669.   PC           | Linux               | 80386               | +
  670.   PC           | 386BSD              | 80386               | +
  671.   C-back end   | UNIX                | different           |
  672.   translates   |                     |                     |
  673.   M-2 To C     |                     |                     |
  674.  
  675. The versions marked with a + are free; no order form must be sent, no
  676. license fee to be paid. If you use them, please send an email to
  677. modula@ipd.info.uni-karlsruhe.de.
  678. For more information have a look to
  679.   http://i44www.info.uni-karlsruhe.de/~vollmer/mocka.html
  680. See also ftp://tsx-11.mit.edu/pub/linux/packages/modula-2/ for a Linux
  681. version.
  682.  
  683. Turbo Modula-2 for Amiga
  684.   (contact Amritpal Mann, Turbo@econet.demon.co.uk)
  685.   Amiga Turbo Modula-2 may be obtained from your favourite AmiNet site as
  686. the following files:
  687.    /pub/aminet/dev/m2/TurboV1.3Part1.lha
  688.    /pub/aminet/dev/m2/TurboV1.3Part2.lha
  689.  
  690.  
  691. Rick Sutcliffe Math/Cmpt Trinity Western University <http://www.twu.ca/>
  692. CDN Chair WG13, FAQ maintainer comp.lang.modula-2; Nisus bug list maintainer
  693. <http://www.twu.ca/faculty/fnas/rsutcliffe.html> <Not speaking officially>
  694.  
  695.  
  696.